mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
build: Remove unused revert.sh script
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
26ff1f2167
commit
69c09e7a34
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
BINDIR=$1
|
||||
shift
|
||||
|
||||
for p in $*; do
|
||||
p2=`basename $p`
|
||||
if [ -f $BINDIR/$p2.old ]; then
|
||||
echo Restoring $BINDIR/$p2.old
|
||||
mv $BINDIR/$p2 $BINDIR/$p2.new
|
||||
mv $BINDIR/$p2.old $BINDIR/$p2
|
||||
rm -f $BINDIR/$p2.new
|
||||
else
|
||||
echo Not restoring $p
|
||||
fi
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user