summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--share/bin/nectar5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/bin/nectar b/share/bin/nectar
index 30a618c..a1c307f 100644
--- a/share/bin/nectar
+++ b/share/bin/nectar
@@ -1,4 +1,9 @@
#!/bin/sh
+if [ -z "$1" ]
+ then
+ echo "No argument supplied"
+fi
+
cpp -P $1.nc -o $1.nc.pp
pef-amd64-necdrv $2 $1.nc.pp \ No newline at end of file