Skip to content
Snippets Groups Projects
Commit 215ff104 authored by Robert Ricci's avatar Robert Ricci
Browse files

Oops, fix bug in last commit

parent 9b8bfe1e
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,10 @@ PORTS="elvind emulab-boss emulab-ops libelvin tftp-hpa" ...@@ -12,8 +12,10 @@ PORTS="elvind emulab-boss emulab-ops libelvin tftp-hpa"
for PORT in $PORTS for PORT in $PORTS
do do
cp -r $SRCDIR/$PORT $PORTSDIR/$PORTSUBDIR cp -r $SRCDIR/$PORT $PORTSDIR/$PORTSUBDIR
if [ "$?" ] if [ "$?" != "0" ]
then then
exit 1 exit 1
fi fi
done done
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment