mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:23:13 +02:00
Merge branch 'anopeng' into anopeng-config
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1428 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Vendored
+8
-1
@@ -1,5 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
oldpath=`pwd`
|
||||
|
||||
if [ $1 ]; then
|
||||
cd $1
|
||||
fi
|
||||
|
||||
echo2 () {
|
||||
$ECHO2 "$*$ECHO2SUF" # these are defined later
|
||||
}
|
||||
@@ -54,5 +60,6 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
exit 0
|
||||
cd $oldpath
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user